
| Visual Basic (Declaration) | |
|---|---|
Public Class EntityScalarQueriedEventArgs(Of T) Inherits BaseEntityQueriedEventArgs(Of T) Implements INotifyCompletedArgs | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As EntityScalarQueriedEventArgs(Of T) | |
| C# | |
|---|---|
public class EntityScalarQueriedEventArgs<T> : BaseEntityQueriedEventArgs<T>, INotifyCompletedArgs | |
| C++/CLI | |
|---|---|
generic<typename T> public ref class EntityScalarQueriedEventArgs : public BaseEntityQueriedEventArgs<T>, INotifyCompletedArgs | |
- T
See IdeaBlade.EntityModel.EntityScalarAsyncExtensions for the scalar methods which may be executed asynchronously. The Completed event handler on the EntityScalarQueryOperation<T> returned from these methods will be called with an instance of EntityScalarQueriedEventArgs representing the results of the query operation.
System.Object
System.EventArgs
IdeaBlade.EntityModel.AsyncEventArgs
IdeaBlade.EntityModel.AsyncEventArgs<T>
IdeaBlade.EntityModel.BaseEntityQueriedEventArgs<T>
IdeaBlade.EntityModel.EntityScalarQueriedEventArgs<T>
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family